home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2003-11-13  |  5KB  |  192 lines

  1. object AboutBox: TAboutBox
  2.   Left = 302
  3.   Top = 289
  4.   HelpContext = 50
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'About'
  8.   ClientHeight = 235
  9.   ClientWidth = 399
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BTN_Close: TSpeedButton
  23.     Left = 124
  24.     Top = 201
  25.     Width = 150
  26.     Height = 25
  27.     Caption = '&Close'
  28.     Flat = True
  29.     Glyph.Data = {
  30.       DE010000424DDE01000000000000760000002800000024000000120000000100
  31.       0400000000006801000000000000000000001000000010000000000000000000
  32.       80000080000000808000800000008000800080800000C0C0C000808080000000
  33.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  34.       333333333333333333333333000033338833333333333333333F333333333333
  35.       0000333911833333983333333388F333333F3333000033391118333911833333
  36.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  37.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  38.       3333F8330000333333911111183333333338F333333F83330000333333311111
  39.       8333333333338F3333383333000033333339111183333333333338F333833333
  40.       00003333339111118333333333333833338F3333000033333911181118333333
  41.       33338333338F333300003333911183911183333333383338F338F33300003333
  42.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  43.       38F338F300003333333333333919333333388333338FFF830000333333333333
  44.       3333333333333333333888330000333333333333333333333333333333333333
  45.       0000}
  46.     NumGlyphs = 2
  47.     OnClick = BTN_CloseClick
  48.   end
  49.   object Panel_Main: TPanel
  50.     Left = 7
  51.     Top = 5
  52.     Width = 385
  53.     Height = 188
  54.     BevelInner = bvRaised
  55.     BevelOuter = bvLowered
  56.     BorderWidth = 3
  57.     Color = 13684944
  58.     TabOrder = 0
  59.     object Label_Name: TLabel
  60.       Left = 15
  61.       Top = 15
  62.       Width = 9
  63.       Height = 13
  64.       Caption = '...'
  65.       ShowAccelChar = False
  66.     end
  67.     object Label_Desc: TLabel
  68.       Left = 15
  69.       Top = 42
  70.       Width = 9
  71.       Height = 16
  72.       Caption = '...'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -13
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       ParentShowHint = False
  80.       ShowAccelChar = False
  81.       ShowHint = False
  82.     end
  83.     object Label_License: TLabel
  84.       Left = 15
  85.       Top = 65
  86.       Width = 226
  87.       Height = 13
  88.       Caption = 'Freeware, Open Source (Mozilla Public License)'
  89.       ShowAccelChar = False
  90.     end
  91.     object Label9: TLabel
  92.       Left = 15
  93.       Top = 120
  94.       Width = 31
  95.       Height = 13
  96.       Caption = 'E-mail:'
  97.     end
  98.     object Label11: TLabel
  99.       Left = 15
  100.       Top = 135
  101.       Width = 25
  102.       Height = 13
  103.       Caption = 'URL:'
  104.     end
  105.     object Label_URL: TLabel
  106.       Left = 60
  107.       Top = 135
  108.       Width = 98
  109.       Height = 13
  110.       Cursor = crHandPoint
  111.       Hint = 'Double-click to visit home page; Right-click to copy'
  112.       Caption = 'http://keynote.prv.pl'
  113.       PopupMenu = NetMenu
  114.       OnDblClick = Label_URLDblClick
  115.       OnMouseDown = Label_MAILTOMouseDown
  116.       OnMouseUp = Label_MAILTOMouseUp
  117.     end
  118.     object Label_MAILTO: TLabel
  119.       Left = 60
  120.       Top = 120
  121.       Width = 156
  122.       Height = 13
  123.       Cursor = crHandPoint
  124.       Hint = 
  125.         'Double-click to send email; Right-click to copy'#13#10'(No HTML-format' +
  126.         'ted email, PLEASE!)'
  127.       Caption = 'marekjed@users.sourceforge.net'
  128.       PopupMenu = NetMenu
  129.       OnDblClick = Label_MAILTODblClick
  130.       OnMouseDown = Label_MAILTOMouseDown
  131.       OnMouseUp = Label_MAILTOMouseUp
  132.     end
  133.     object Label_Dart: TLabel
  134.       Left = 15
  135.       Top = 150
  136.       Width = 335
  137.       Height = 26
  138.       Caption = 
  139.         'Keynote was inspired by a fantastic freeware program DaRT Notes ' +
  140.         #13#10'by Andre v.d. Merwe <dart@iafrica.com>. See "dart.txt" for inf' +
  141.         'ormation.'
  142.     end
  143.     object Image1: TImage
  144.       Left = 285
  145.       Top = 10
  146.       Width = 88
  147.       Height = 32
  148.       Cursor = crHandPoint
  149.       Hint = 'Created with Borland Delphi 3.0'
  150.       AutoSize = True
  151.       ParentShowHint = False
  152.       Picture.Data = {<image000.bmp>}
  153.       ShowHint = True
  154.       OnDblClick = Image1DblClick
  155.     end
  156.     object LB_RichEditVer: TLabel
  157.       Left = 15
  158.       Top = 100
  159.       Width = 9
  160.       Height = 13
  161.       Caption = 'rtf'
  162.       ShowAccelChar = False
  163.     end
  164.     object Label1: TLabel
  165.       Left = 15
  166.       Top = 80
  167.       Width = 189
  168.       Height = 13
  169.       Caption = 'Copyright (c) Marek Jedlinski 2000-2002'
  170.       ShowAccelChar = False
  171.     end
  172.   end
  173.   object NetMenu: TPopupMenu
  174.     Left = 350
  175.     Top = 75
  176.     object CopyEmailaddress1: TMenuItem
  177.       Caption = 'Copy &E-mail address'
  178.       OnClick = CopyEmailaddress1Click
  179.     end
  180.     object CopyuWebURL1: TMenuItem
  181.       Caption = 'Copy &Web URL'
  182.       OnClick = CopyuWebURL1Click
  183.     end
  184.     object N1: TMenuItem
  185.       Caption = '-'
  186.     end
  187.     object Cancel1: TMenuItem
  188.       Caption = '&Cancel'
  189.     end
  190.   end
  191. end
  192.